home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Programacao / MS-DOS Interrupt List / inter60e / II.ZIP / II.DOC next >
Encoding:
Text File  |  1997-09-15  |  3.4 KB  |  124 lines

  1.  
  2.     II - The Interrupt List Viewer v0.32 (c) Copyright 1996 Martin Rystrand
  3.    -------------------------------------------------------------------------
  4.  
  5.  
  6.  
  7.  Disclaimer:
  8.    This program is provided as is. I (Martin Rystrand) gives no warranty of
  9.    any kind for the program, any files, documentation, performance of the
  10.    program or quality. I can not be held responsible for any kind of damage,
  11.    (including but not limited to, any lost profits, lost money, or other
  12.    special, incidental or consequential damages arising out of the use
  13.    or inability to use this program) Since the software is complex, and may
  14.    not be completely free of errors all users are advised to make backup of
  15.    important data.
  16.  
  17.  This program is not finished nor bug-free.
  18.  
  19.  
  20.  
  21.  
  22.  System-requirements:
  23.  
  24.  MS-DOS 5.0
  25.  150kb conventional (low) memory
  26.  101/102-keys keyboard (other might work)
  27.  80486 recommended
  28.  VGA-card recommended
  29.  
  30.  
  31.  
  32.  
  33.  Features:
  34.  
  35.  * Simple file-requester for simple changing of .LST-file to view.
  36.  * Hex-viewer
  37.  * .LST-file-viewer with support for searching and saving topics.
  38.  
  39.  
  40.  
  41.  
  42.  Usage:
  43.  
  44.  Running II.EXE without params brings up a simple file-requester, showing
  45.  current directory. If a file is specified at command-line, that file is
  46.  opened for viewing.
  47.  
  48.  
  49.  
  50.  
  51.  File-requester:
  52.  
  53.  The file-requester is very simple. All files appears in a list. Choose file
  54.  to view - either in hex-format or as text. Text-viewer only supports .LST-
  55.  files due to some special features (see below).
  56.  
  57.  Keys:
  58.  Cursor up/down - Change current file
  59.  H              - Hex-view current file
  60.  Return         - Open topiclist for current file
  61.  
  62.  
  63.  
  64.  
  65.  Topic-list:
  66.  
  67.  If a file is choosen from file-requester or specified at command-line, a
  68.  indexfile is created (named FILENAME.II). The indexfile is used to improve
  69.  speed for both topiclist and searching. When index is created (which might
  70.  take a few minutes on slow computers) a list of all topics in the .LST-file
  71.  is shown on screen.
  72.  
  73.  Keys:
  74.  Cursor up/down - Change topic
  75.  Home/end       - Beginning/end of list
  76.  Page up/down   - Scroll list one page up/down
  77.  Return         - View topic
  78.  F2             - Search for text-string
  79.  F3             - Repeat search (use same text-string)
  80.  S              - Save topic to disk
  81.  
  82.  
  83.  
  84.  
  85.  Topic-viewer:
  86.  
  87.  This viewer has some features that I haven't seen in any other interrupt-
  88.  list-viewer. Searching has already been mentioned. Being able to view all
  89.  "see-also"-references is real handy.
  90.  
  91.  Keys:
  92.  Cursor up/down - Scroll through topic
  93.  Page up/down   -        - || -
  94.  Cursor left/right - View previous/next topic
  95.  F2             - Search for text-string
  96.  F3             - Repeat search (use same text-string)
  97.  S              - Save topic to disk
  98.  Tab            - Change "see-alse"-reference
  99.  Return         - Goto current "see-also"-reference
  100.  Backspace      - Goto previously viewed topic
  101.  
  102.  
  103.  
  104.  
  105.  Known bugs:
  106.  
  107.  * Program sometimes messes up search-string
  108.  * After viewing a topic, program sometimes returns to wrong part of topiclist.
  109.  * Doesn't find all "see-also:"-references.
  110.  * .II-files shouldn't appear in file-requester.
  111.  * Topic-viewer can only show topics smaller than 65520 bytes.
  112.  
  113.  
  114.  
  115.  
  116.  How to contact me:
  117.  
  118.  snail-mail:  Martin Rystrand
  119.               Henrik Gjutaresg 32F
  120.               S-541 45 Skövde
  121.               Sweden
  122.  
  123.  email:       a95marry@ida.his.se
  124.